home *** CD-ROM | disk | FTP | other *** search
- /*
- File: ShimSerialStub.h
-
- Contains: Definitions for the serial shim interface
-
- Version: xxx put version here xxx
-
-
-
-
- */
-
- #ifndef _SHIMSERIALSTUB_
- #define _SHIMSERIALSTUB_
-
- /********************************************************************************************/
- //
- // Prototypes
- //
- /********************************************************************************************/
-
- OSErr InstallShimDrvr(CFragConnectionID ConnID);
- OSErr RemoveShimDrvr(Boolean forceFlag);
- OSErr LoadShim(void);
- OSErr UnLoadShim(void);
- void ShimIOComplete(ParmBlkPtr pb, OSErr result);
-
- #endif
-